home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Resources
/
PaperCut Quota 6.1
/
pc-setup.exe
/
{app}
/
Scripts
/
setcredit.bat
< prev
Wrap
DOS Batch File
|
2005-10-17
|
610b
|
18 lines
echo off
REM Copyright (c) 1999-2005 PaperCut Software Pty. Ltd.
REM
REM ##########################################################################
REM #
REM # A simple script to set the balance of the the given user.
REM #
REM # This script requires 2 arguments; the user who's credit is being set,
REM # and the amount to set the credit to.
REM #
REM # This script records any errors or events under the PaperCut Application
REM # event log.
REM #
REM ##########################################################################
REM
"%~d0%~p0..\PaperCut.exe" /user "%1" /set-credit "%2"